1 00:00:00,720 --> 00:00:03,580 Hello are welcome in this lecture. 2 00:00:03,810 --> 00:00:06,910 I'm going to introduce you to the app. 3 00:00:07,020 --> 00:00:10,700 We are going to create it. 4 00:00:10,890 --> 00:00:15,320 So this is the how tall app interface. 5 00:00:15,360 --> 00:00:20,190 This is what the app does when you launch the app. 6 00:00:20,490 --> 00:00:26,260 It will clearly detect from the clock on your computer. 7 00:00:26,460 --> 00:00:35,940 It all determine what day of the week you face today is literally a Friday saw is actually picked up 8 00:00:36,060 --> 00:00:43,080 that today is a Friday and then we of course have got some techs here that will display along long the 9 00:00:43,080 --> 00:00:44,730 day of the week. 10 00:00:45,060 --> 00:00:52,830 So these techs here is all set up in an array of solar day all so all day of the week is set up in an 11 00:00:52,830 --> 00:00:59,300 array and then javascript loops Drew that Harry and time is what day of the week. 12 00:00:59,400 --> 00:01:05,000 And then displays that for the web browser to show. 13 00:01:05,250 --> 00:01:08,780 So this is basically what the app does in a nutshell. 14 00:01:08,790 --> 00:01:12,990 It will display the day of the week. 15 00:01:14,220 --> 00:01:15,490 So let me just walk. 16 00:01:15,510 --> 00:01:17,560 True the code with you just this. 17 00:01:17,580 --> 00:01:25,950 The hastier mail for the app the temor we used I used to create the app so we'll do all this from scratch. 18 00:01:25,950 --> 00:01:27,720 I'll explain to you. 19 00:01:28,110 --> 00:01:30,850 This is the java script. 20 00:01:30,870 --> 00:01:38,010 This is you can see that the days of the week I have set up an array here so it will look true depending 21 00:01:38,010 --> 00:01:43,600 on the date you pick up the date and the date from the computer clock. 22 00:01:43,860 --> 00:01:48,220 And it will determine what day of the week by looking true or this. 23 00:01:48,270 --> 00:01:53,090 This is a low rate that hi I have created for two days a week. 24 00:01:53,490 --> 00:01:55,930 These are the great in this area. 25 00:01:55,950 --> 00:01:57,260 This is another array. 26 00:01:57,270 --> 00:02:04,660 And then here these Auntie texts that will go with the day of the week one thetis displayed. 27 00:02:04,700 --> 00:02:17,670 And then this is the SS for the kensel Hopefully will cover this jury in this section. 28 00:02:17,670 --> 00:02:20,940 So that's it for the introduction to the app. 29 00:02:21,000 --> 00:02:28,680 We will be creating which is an app that would display the current day of the week. 30 00:02:28,680 --> 00:02:29,990 Thanks for watching.